[INFO] fetching crate graphium-macro 0.1.0-alpha.6...
[INFO] fixing graphium-macro-0.1.0-alpha.6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate graphium-macro 0.1.0-alpha.6 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate graphium-macro 0.1.0-alpha.6
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate graphium-macro 0.1.0-alpha.6
[INFO] tweaked toml for crates.io crate graphium-macro 0.1.0-alpha.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphium-macro 0.1.0-alpha.6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate graphium-macro 0.1.0-alpha.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824
[INFO] running `Command { std: "docker" "start" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]     Checking graphium-macro v0.1.0-alpha.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stdout] error[E0432]: unresolved import `graphium`
[INFO] [stdout]  --> tests/node_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use graphium;
[INFO] [stdout]   |     ^^^^^^^^ no external crate `graphium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]  --> tests/node_test.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / node! {
[INFO] [stdout] 5 | |     fn get_number() -> u32 {
[INFO] [stdout] 6 | |         42
[INFO] [stdout] 7 | |     }
[INFO] [stdout] 8 | | }
[INFO] [stdout]   | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/node_test.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / node! {
[INFO] [stdout] 11 | |     fn pipe_number(a: u32) -> u32 {
[INFO] [stdout] 12 | |         a
[INFO] [stdout] 13 | |     }
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/parallel.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | /     node! {
[INFO] [stdout]  9 | |         fn left_work() -> u32 {
[INFO] [stdout] 10 | |             std::thread::sleep(Duration::from_millis(200));
[INFO] [stdout] 11 | |             1
[INFO] [stdout] 12 | |         }
[INFO] [stdout] 13 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/loops.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | /     node! {
[INFO] [stdout] 13 | |         fn init_ctx(ctx: &mut Context) {
[INFO] [stdout] 14 | |             ctx.number = 0;
[INFO] [stdout] 15 | |         }
[INFO] [stdout] 16 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]  --> tests/nodes.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | / node! {
[INFO] [stdout] 4 | |     fn testable_add(left: u32, right: u32) -> u32 {
[INFO] [stdout] 5 | |         left + right
[INFO] [stdout] 6 | |     }
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/loops.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     node! {
[INFO] [stdout] 19 | |         fn inc_ctx(ctx: &mut Context) {
[INFO] [stdout] 20 | |             ctx.number += 1;
[INFO] [stdout] 21 | |         }
[INFO] [stdout] 22 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/context.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | /     node! {
[INFO] [stdout] 13 | |         fn get_mutable_ctx(ctx: &mut Context) {
[INFO] [stdout] 14 | |             ctx.number = 42;
[INFO] [stdout] 15 | |         }
[INFO] [stdout] 16 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/loops.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     node! {
[INFO] [stdout] 47 | |         fn init_ctx(ctx: &mut Context) {
[INFO] [stdout] 48 | |             ctx.number = 0;
[INFO] [stdout] 49 | |         }
[INFO] [stdout] 50 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/mutability.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | /     node! {
[INFO] [stdout]  7 | |         fn get_number() -> u32 {
[INFO] [stdout]  8 | |             1
[INFO] [stdout]  9 | |         }
[INFO] [stdout] 10 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | /     node! {
[INFO] [stdout] 21 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 22 | |             Status::Success
[INFO] [stdout] 23 | |         }
[INFO] [stdout] 24 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphium`
[INFO] [stdout]  --> tests/if_branching.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use graphium;
[INFO] [stdout]   |     ^^^^^^^^ no external crate `graphium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/loops.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | /     node! {
[INFO] [stdout] 53 | |         fn inc_ctx(ctx: &mut Context) {
[INFO] [stdout] 54 | |             ctx.number += 1;
[INFO] [stdout] 55 | |         }
[INFO] [stdout] 56 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | /     node! {
[INFO] [stdout] 17 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 18 | |             Status::Success
[INFO] [stdout] 19 | |         }
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/loops.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | /     node! {
[INFO] [stdout] 59 | |         fn noop() {}
[INFO] [stdout] 60 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/context.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     node! {
[INFO] [stdout] 19 | |         fn extract_from_ctx(ctx: &Context) -> u32 {
[INFO] [stdout] 20 | |             ctx.number
[INFO] [stdout] 21 | |         }
[INFO] [stdout] 22 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     node! {
[INFO] [stdout] 23 | |         fn on_success() -> u32 {
[INFO] [stdout] 24 | |             10
[INFO] [stdout] 25 | |         }
[INFO] [stdout] 26 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "node_test") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /     node! {
[INFO] [stdout] 27 | |         fn on_success(status: &Status) {
[INFO] [stdout] 28 | |             assert_eq!(*status, Status::Success)
[INFO] [stdout] 29 | |         }
[INFO] [stdout] 30 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/metrics.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | /     node! {
[INFO] [stdout]  8 | |         #[metrics("performance", "errors", "count", "caller", "success_rate", "fail_rate")]
[INFO] [stdout]  9 | |         fn sum(left: u32, right: u32) -> u32 {
[INFO] [stdout] 10 | |             left + right
[INFO] [stdout] 11 | |         }
[INFO] [stdout] 12 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | /     node! {
[INFO] [stdout] 29 | |         fn on_fail() -> u32 {
[INFO] [stdout] 30 | |             20
[INFO] [stdout] 31 | |         }
[INFO] [stdout] 32 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphium`
[INFO] [stdout]  --> tests/async_graph.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use graphium;
[INFO] [stdout]   |     ^^^^^^^^ no external crate `graphium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/parallel.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | /     node! {
[INFO] [stdout] 16 | |         fn right_work() -> u32 {
[INFO] [stdout] 17 | |             std::thread::sleep(Duration::from_millis(200));
[INFO] [stdout] 18 | |             2
[INFO] [stdout] 19 | |         }
[INFO] [stdout] 20 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/context.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /     node! {
[INFO] [stdout] 25 | |         fn assert_ctx(number: u32, ctx: &Context) {
[INFO] [stdout] 26 | |             assert_eq!(number, ctx.number)
[INFO] [stdout] 27 | |         }
[INFO] [stdout] 28 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     node! {
[INFO] [stdout] 35 | |         fn on_retry() -> u32 {
[INFO] [stdout] 36 | |             30
[INFO] [stdout] 37 | |         }
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/async_graph.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     node! {
[INFO] [stdout] 15 | |         fn set_ctx(ctx: &mut Context) {
[INFO] [stdout] 16 | |             ctx.number = 5;
[INFO] [stdout] 17 | |         }
[INFO] [stdout] 18 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]  --> tests/artifacts.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | / node! {
[INFO] [stdout] 4 | |     fn get_number() -> u32 {
[INFO] [stdout] 5 | |         42
[INFO] [stdout] 6 | |     }
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     node! {
[INFO] [stdout] 69 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 70 | |             Status::Success
[INFO] [stdout] 71 | |         }
[INFO] [stdout] 72 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | /     node! {
[INFO] [stdout] 33 | |         fn on_fail() {
[INFO] [stdout] 34 | |             panic!("Graph branching failed")
[INFO] [stdout] 35 | |         }
[INFO] [stdout] 36 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/context.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | /     node! {
[INFO] [stdout] 31 | |         fn assert_ctx_2(ctx: &Context, number: u32) {
[INFO] [stdout] 32 | |             assert_eq!(number, ctx.number)
[INFO] [stdout] 33 | |         }
[INFO] [stdout] 34 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "loops") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     node! {
[INFO] [stdout] 39 | |         fn on_retry() {
[INFO] [stdout] 40 | |             panic!("Graph branching failed")
[INFO] [stdout] 41 | |         }
[INFO] [stdout] 42 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/async_graph.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     node! {
[INFO] [stdout] 35 | |         async fn get_number() -> u32 {
[INFO] [stdout] 36 | |             7
[INFO] [stdout] 37 | |         }
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     node! {
[INFO] [stdout] 75 | |         fn on_success(status: &Status) {
[INFO] [stdout] 76 | |             assert_eq!(*status, Status::Success)
[INFO] [stdout] 77 | |         }
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/mutability.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | /     node! {
[INFO] [stdout] 13 | |         fn left(_number: &u32) -> thread::ThreadId {
[INFO] [stdout] 14 | |             thread::current().id()
[INFO] [stdout] 15 | |         }
[INFO] [stdout] 16 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | /     node! {
[INFO] [stdout] 81 | |         fn on_fail() {
[INFO] [stdout] 82 | |             panic!("Graph branching failed")
[INFO] [stdout] 83 | |         }
[INFO] [stdout] 84 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/parallel.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     node! {
[INFO] [stdout] 23 | |         #[metrics(
[INFO] [stdout] 24 | |             "performance",
[INFO] [stdout] 25 | |             "errors",
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/metrics.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     node! {
[INFO] [stdout] 15 | |         #[metrics("count")]
[INFO] [stdout] 16 | |         fn seed() -> (u32, u32) {
[INFO] [stdout] 17 | |             (1, 2)
[INFO] [stdout] 18 | |         }
[INFO] [stdout] 19 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / node! {
[INFO] [stdout] 10 | |     fn pipe_number(a: u32) -> u32 {
[INFO] [stdout] 11 | |         a
[INFO] [stdout] 12 | |     }
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/if_branching.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | /     node! {
[INFO] [stdout] 87 | |         fn on_retry() {
[INFO] [stdout] 88 | |             panic!("Graph branching failed")
[INFO] [stdout] 89 | |         }
[INFO] [stdout] 90 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/context.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | /     graph! {
[INFO] [stdout] 37 | |         CtxGraph<'a, Context> {
[INFO] [stdout] 38 | |             GetMutableCtx() >>
[INFO] [stdout] 39 | |             ExtractFromCtx() -> (number) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | /     node! {
[INFO] [stdout] 63 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 64 | |             Status::Success
[INFO] [stdout] 65 | |         }
[INFO] [stdout] 66 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "nodes") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | /     node! {
[INFO] [stdout] 115 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 116 | |             Status::Success
[INFO] [stdout] 117 | |         }
[INFO] [stdout] 118 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / node! {
[INFO] [stdout]  7 | |     fn identity_pass(a: u32, b: u32) -> (u32, u32) {
[INFO] [stdout]  8 | |         (a, b)
[INFO] [stdout]  9 | |     }
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/mutability.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     node! {
[INFO] [stdout] 19 | |         fn right(_number: &u32) -> thread::ThreadId {
[INFO] [stdout] 20 | |             thread::current().id()
[INFO] [stdout] 21 | |         }
[INFO] [stdout] 22 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | /     node! {
[INFO] [stdout] 22 | |         fn duplicate(a: u32) -> (u32, u32) {
[INFO] [stdout] 23 | |             (a, a)
[INFO] [stdout] 24 | |         }
[INFO] [stdout] 25 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | /     node! {
[INFO] [stdout] 121 | |         fn on_success(status: Status) {
[INFO] [stdout] 122 | |             assert_eq!(status, Status::Success)
[INFO] [stdout] 123 | |         }
[INFO] [stdout] 124 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/async_graph.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | /     node! {
[INFO] [stdout] 41 | |         async fn add_one(value: u32) -> u32 {
[INFO] [stdout] 42 | |             value + 1
[INFO] [stdout] 43 | |         }
[INFO] [stdout] 44 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 | /     node! {
[INFO] [stdout] 127 | |         fn on_fail() {
[INFO] [stdout] 128 | |             panic!("Graph branching failed")
[INFO] [stdout] 129 | |         }
[INFO] [stdout] 130 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     node! {
[INFO] [stdout] 69 | |         fn on_success(status: Status) {
[INFO] [stdout] 70 | |             assert_eq!(status, Status::Success)
[INFO] [stdout] 71 | |         }
[INFO] [stdout] 72 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "context") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 | /     node! {
[INFO] [stdout] 133 | |         fn on_retry() {
[INFO] [stdout] 134 | |             panic!("Graph branching failed")
[INFO] [stdout] 135 | |         }
[INFO] [stdout] 136 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | /     graph! {
[INFO] [stdout] 28 | |         OwnedGraph -> (a_split: u32) {
[INFO] [stdout] 29 | |             GetNumber() -> (number) >>
[INFO] [stdout] 30 | |             Duplicate(number) -> (a_split, b_split) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | /     graph! {
[INFO] [stdout] 139 | |         IfMoveGraph<'a, graphium::Context> {
[INFO] [stdout] 140 | |             GetOperationStatus() -> (status) >>
[INFO] [stdout] 141 | |             @if |status: Status| status == Status::Success {
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:165:5
[INFO] [stdout]     |
[INFO] [stdout] 165 | /     node! {
[INFO] [stdout] 166 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 167 | |             Status::Success
[INFO] [stdout] 168 | |         }
[INFO] [stdout] 169 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     node! {
[INFO] [stdout] 75 | |         fn on_fail() {
[INFO] [stdout] 76 | |             panic!("Graph branching failed")
[INFO] [stdout] 77 | |         }
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     node! {
[INFO] [stdout] 47 | |         pub fn store_number(_a: u32) {
[INFO] [stdout] 48 | |         }
[INFO] [stdout] 49 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / node! {
[INFO] [stdout] 13 | |     fn add_numbers(a: u32, b: u32) -> u32 {
[INFO] [stdout] 14 | |         a + b
[INFO] [stdout] 15 | |     }
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | /     node! {
[INFO] [stdout] 81 | |         fn on_retry() {
[INFO] [stdout] 82 | |             panic!("Graph branching failed")
[INFO] [stdout] 83 | |         }
[INFO] [stdout] 84 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     node! {
[INFO] [stdout] 52 | |         pub fn take_ownership(a: &u32) -> u32 {
[INFO] [stdout] 53 | |             *a
[INFO] [stdout] 54 | |         }
[INFO] [stdout] 55 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/mutability.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | /     node! {
[INFO] [stdout] 43 | |         fn left_work() -> thread::ThreadId {
[INFO] [stdout] 44 | |             thread::current().id()
[INFO] [stdout] 45 | |         }
[INFO] [stdout] 46 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]  --> tests/metrics.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]   |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use futures::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 5 +     let mut ctx = Context::default();
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]  --> tests/parallel.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]   |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use futures::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 6 +     let mut ctx = Context::default();
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 | /     node! {
[INFO] [stdout] 172 | |         fn on_success(status: Status) {
[INFO] [stdout] 173 | |             assert_eq!(status, Status::Success)
[INFO] [stdout] 174 | |         }
[INFO] [stdout] 175 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | /     graph! {
[INFO] [stdout] 58 | |         BorrowedGraph<'a> -> (number: u32) {
[INFO] [stdout] 59 | |             GetNumber() -> (number) >>
[INFO] [stdout] 60 | |             StoreNumber(number) -> (&'a number) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/match_branching.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | /     graph! {
[INFO] [stdout] 87 | |         ConditionalGraph<'a, graphium::Context> {
[INFO] [stdout] 88 | |             GetOperationStatus() -> (status) >>
[INFO] [stdout] 89 | |             @match status {
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "async_graph") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | /     node! {
[INFO] [stdout] 77 | |         fn check_number(number: &u32) {
[INFO] [stdout] 78 | |             assert_eq!(*number, 42);
[INFO] [stdout] 79 | |         }
[INFO] [stdout] 80 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 | /     node! {
[INFO] [stdout] 110 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 111 | |             Status::Success
[INFO] [stdout] 112 | |         }
[INFO] [stdout] 113 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/mutability.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     node! {
[INFO] [stdout] 49 | |         fn right_work() -> thread::ThreadId {
[INFO] [stdout] 50 | |             thread::current().id()
[INFO] [stdout] 51 | |         }
[INFO] [stdout] 52 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 | /     node! {
[INFO] [stdout] 83 | |         fn check_reference_still_available(number: &u32) {
[INFO] [stdout] 84 | |             assert_eq!(*number, 42);
[INFO] [stdout] 85 | |         }
[INFO] [stdout] 86 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / node! {
[INFO] [stdout] 19 | |     fn multiply_numbers(a: u32, b: u32) -> u32 {
[INFO] [stdout] 20 | |         a * b
[INFO] [stdout] 21 | |     }
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/metrics.rs:23:26
[INFO] [stdout]    |
[INFO] [stdout] 23 |         MetricsGraph<'a, graphium::Context> -> (result: u32) {
[INFO] [stdout]    |                          ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "metrics") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/parallel.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |         ParallelGraph<'a, graphium::Context> -> (value: u32) {
[INFO] [stdout]    |                           ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:177:5
[INFO] [stdout]     |
[INFO] [stdout] 177 | /     node! {
[INFO] [stdout] 178 | |         fn on_fail() {
[INFO] [stdout] 179 | |             panic!("Graph branching failed")
[INFO] [stdout] 180 | |         }
[INFO] [stdout] 181 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "parallel") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/artifacts.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 | /     graph! {
[INFO] [stdout] 89 | |         ReferenceGraph<'a> {
[INFO] [stdout] 90 | |             GetNumber() -> (&'a number) >>
[INFO] [stdout] 91 | |             CheckNumber(&'a number) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     }
[INFO] [stdout]    | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 | /     node! {
[INFO] [stdout] 116 | |         fn on_success(status: Status) {
[INFO] [stdout] 117 | |             assert_eq!(status, Status::Success)
[INFO] [stdout] 118 | |         }
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/artifacts.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | /     node! {
[INFO] [stdout] 105 | |         fn take_number(number: u32) -> u32 {
[INFO] [stdout] 106 | |             assert_eq!(number, 42);
[INFO] [stdout] 107 | |             number
[INFO] [stdout] 108 | |         }
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/artifacts.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 | /     graph! {
[INFO] [stdout] 112 | |         TakeGraph<'a> -> (out: u32) {
[INFO] [stdout] 113 | |             GetNumber() -> (&'a number) >>
[INFO] [stdout] 114 | |             TakeNumber(*'a number) -> (out)
[INFO] [stdout] 115 | |         }
[INFO] [stdout] 116 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/mutability.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]    |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use futures::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 31 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 31 +     let mut ctx = Context::default();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/mutability.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]    |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use futures::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 60 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 60 +     let mut ctx = Context::default();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / node! {
[INFO] [stdout] 25 | |     fn duplicate_value(value: u32) -> (u32, u32) {
[INFO] [stdout] 26 | |         (value, value)
[INFO] [stdout] 27 | |     }
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/artifacts.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 | /     node! {
[INFO] [stdout] 129 | |         fn bump_number(number: &mut u32) {
[INFO] [stdout] 130 | |             *number += 1;
[INFO] [stdout] 131 | |         }
[INFO] [stdout] 132 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 | /     node! {
[INFO] [stdout] 122 | |         fn on_fail() {
[INFO] [stdout] 123 | |             panic!("Graph branching failed")
[INFO] [stdout] 124 | |         }
[INFO] [stdout] 125 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | /     node! {
[INFO] [stdout] 184 | |         fn on_retry() {
[INFO] [stdout] 185 | |             panic!("Graph branching failed")
[INFO] [stdout] 186 | |         }
[INFO] [stdout] 187 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/artifacts.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | /     node! {
[INFO] [stdout] 135 | |         fn take_number(number: u32) -> u32 {
[INFO] [stdout] 136 | |             number
[INFO] [stdout] 137 | |         }
[INFO] [stdout] 138 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/mutability.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 |         BorrowedParallelGraph<'a, graphium::Context> -> (left: thread::ThreadId, right: thread::ThreadId) {
[INFO] [stdout]    |                                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/mutability.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |         OwnedParallelGraph<'a, graphium::Context> -> (left: thread::ThreadId, right: thread::ThreadId) {
[INFO] [stdout]    |                                ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / node! {
[INFO] [stdout] 31 | |     fn add_ten(value: u32) -> u32 {
[INFO] [stdout] 32 | |         value + 10
[INFO] [stdout] 33 | |     }
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "mutability") due to 9 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/artifacts.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | /     graph! {
[INFO] [stdout] 141 | |         MutBorrowGraph<'a> -> (out: u32) {
[INFO] [stdout] 142 | |             GetNumber() -> (&'a mut number) >>
[INFO] [stdout] 143 | |             BumpNumber(&'a mut number) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | /     node! {
[INFO] [stdout] 128 | |         fn on_retry() {
[INFO] [stdout] 129 | |             panic!("Graph branching failed")
[INFO] [stdout] 130 | |         }
[INFO] [stdout] 131 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / node! {
[INFO] [stdout] 37 | |     fn split_sum(left: u32, right: u32) -> (u32, u32, u32) {
[INFO] [stdout] 38 | |         (left, right, left + right)
[INFO] [stdout] 39 | |     }
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | /     graph! {
[INFO] [stdout] 190 | |         IfNestedGraph<'a, Context> {
[INFO] [stdout] 191 | |             GetOperationStatus() -> (status) >>
[INFO] [stdout] 192 | |             @if |status: Status| status == Status::Success {
[INFO] [stdout] ...   |
[INFO] [stdout] 210 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | / node! {
[INFO] [stdout] 43 | |     fn quad_split(value: u32) -> (u32, u32, u32, u32) {
[INFO] [stdout] 44 | |         (value, value, value, value)
[INFO] [stdout] 45 | |     }
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 | /     node! {
[INFO] [stdout] 220 | |         fn get_inputs() -> (Status, u32) {
[INFO] [stdout] 221 | |             (Status::Success, 2)
[INFO] [stdout] 222 | |         }
[INFO] [stdout] 223 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | /     graph! {
[INFO] [stdout] 134 | |         NestedConditionalGraph<'a, Context> {
[INFO] [stdout] 135 | |             GetOperationStatus() -> (status) >>
[INFO] [stdout] 136 | |             @match status {
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]   --> tests/nesting.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / node! {
[INFO] [stdout] 49 | |     fn constant_value() -> u32 {
[INFO] [stdout] 50 | |         42
[INFO] [stdout] 51 | |     }
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 | /     node! {
[INFO] [stdout] 156 | |         fn get_operation_status() -> Status {
[INFO] [stdout] 157 | |             Status::Success
[INFO] [stdout] 158 | |         }
[INFO] [stdout] 159 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/nesting.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / graph! {
[INFO] [stdout] 105 | |     OuterGraphWithNestedProduct<TestContext>(a: u32, b: u32) -> (result: u32) {
[INFO] [stdout] 106 | |         InnerProduct::run(a, b) -> (product) >>
[INFO] [stdout] 107 | |         AddNumbers(product, product) -> (result)
[INFO] [stdout] 108 | |     }
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "artifacts") due to 15 previous errors
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/nesting.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | / graph! {
[INFO] [stdout] 139 | |     TripleNesting<TestContext>(value: u32) -> (sum: u32) {
[INFO] [stdout] 140 | |         DuplicateValue(value) -> (a, b) >>
[INFO] [stdout] 141 | |         InnerSum::run(a, b) -> (sum1) >>
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | | }
[INFO] [stdout]     | |_^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:225:5
[INFO] [stdout]     |
[INFO] [stdout] 225 | /     node! {
[INFO] [stdout] 226 | |         fn on_success(status: Status, count: u32) {
[INFO] [stdout] 227 | |             assert_eq!(status, Status::Success);
[INFO] [stdout] 228 | |             assert_eq!(count, 2);
[INFO] [stdout] 229 | |         }
[INFO] [stdout] 230 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:161:5
[INFO] [stdout]     |
[INFO] [stdout] 161 | /     node! {
[INFO] [stdout] 162 | |         fn on_success() -> u32 {
[INFO] [stdout] 163 | |             42
[INFO] [stdout] 164 | |         }
[INFO] [stdout] 165 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | /     node! {
[INFO] [stdout] 168 | |         fn on_fail() -> u32 {
[INFO] [stdout] 169 | |             0
[INFO] [stdout] 170 | |         }
[INFO] [stdout] 171 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:232:5
[INFO] [stdout]     |
[INFO] [stdout] 232 | /     node! {
[INFO] [stdout] 233 | |         fn on_fail() {
[INFO] [stdout] 234 | |             panic!("Graph branching failed")
[INFO] [stdout] 235 | |         }
[INFO] [stdout] 236 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/if_branching.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 | /     graph! {
[INFO] [stdout] 239 | |         IfMultiParamGraph<'a, graphium::Context> {
[INFO] [stdout] 240 | |             GetInputs() -> (status, count) >>
[INFO] [stdout] 241 | |             @if |status: Status, count: u32| status == Status::Success && count == 2 {
[INFO] [stdout] ...   |
[INFO] [stdout] 248 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graph` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `graphium` in the crate root
[INFO] [stdout]    --> tests/match_branching.rs:173:5
[INFO] [stdout]     |
[INFO] [stdout] 173 | /     node! {
[INFO] [stdout] 174 | |         fn on_retry() -> u32 {
[INFO] [stdout] 175 | |             1
[INFO] [stdout] 176 | |         }
[INFO] [stdout] 177 | |     }
[INFO] [stdout]     | |_____^ could not find `graphium` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "nesting") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/match_branching.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]    |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use futures::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 60 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 60 +     let mut ctx = Context::default();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]    --> tests/match_branching.rs:153:19
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let mut ctx = graphium::Context::default();
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::task::Context;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use futures::task::Context;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Context`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 153 -     let mut ctx = graphium::Context::default();
[INFO] [stdout] 153 +     let mut ctx = Context::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "if_branching") due to 23 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]   --> tests/match_branching.rs:87:30
[INFO] [stdout]    |
[INFO] [stdout] 87 |         ConditionalGraph<'a, graphium::Context> {
[INFO] [stdout]    |                              ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `graphium` in this scope
[INFO] [stdout]    --> tests/match_branching.rs:180:30
[INFO] [stdout]     |
[INFO] [stdout] 180 |         MatchOutputGraph<'a, graphium::Context> -> (match_result: u32) {
[INFO] [stdout]     |                              ^^^^^^^^ use of unresolved module or unlinked crate `graphium`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `graphium`, use `cargo add graphium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphium-macro` (test "match_branching") due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824", kill_on_drop: false }`
[INFO] [stdout] 094f24722a143508b456db52e3c745ddb5cae1f8c79414d9aa481fbeca777824
